home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Serious Demos
/
PageSentry 2.5.1 CD Demo
/
Sample AppleScripts
/
SendPage_Notify
< prev
next >
Wrap
Text File
|
1996-02-04
|
525b
|
15 lines
--- PageSentry Notification Applet
--- SendPage Alphanumeric Pager (for use with "Notify!™")
on «event SENTfail» sentryName given «class FURL»:failedURL, «class XTRA»:extra, «class STAT»:Status
set PageCommand to "Page \"" & extra & "\" " & sentryName & "-" & Status & " " & failedURL
--- To use Notify running on another machine, use:
--- tell application "Notify!™ Server" of machine "PageServer" of zone "PageServerZone"
tell application "Notify!™ Server"
DoScript PageCommand
end tell
end «event SENTfail»